putBinder

open fun putBinder(@NonNull bundle: @NonNull Bundle, @Nullable key: @Nullable String, @Nullable binder: @Nullable IBinder)(source)

Deprecated

Call putBinder directly.

A convenience method to handle putting an IBinder inside a Bundle for all Android versions.

Parameters

bundle

The bundle to insert the IBinder.

key

The key to use while putting the IBinder.

binder

The IBinder to put.